home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 104 / MacAddict_104_2005-04.iso / Software / Internet & Communication / iSale 1.1.1 demo.dmg / iSale.app / Contents / Info.plist < prev    next >
Extensible Markup Language  |  2005-01-25  |  1KB  |  48 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>iSale</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>appfile.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>iSale Auction</string>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Editor</string>
  20.             <key>LSTypeIsPackage</key>
  21.             <true/>
  22.         </dict>
  23.     </array>
  24.     <key>CFBundleExecutable</key>
  25.     <string>iSale</string>
  26.     <key>CFBundleGetInfoString</key>
  27.     <string>1.1.0 Copyright ¬© 2005 equinux AG. Used under license by equinux USA, Inc.</string>
  28.     <key>CFBundleIconFile</key>
  29.     <string>iSale.icns</string>
  30.     <key>CFBundleIdentifier</key>
  31.     <string>com.equinux.iSale</string>
  32.     <key>CFBundleInfoDictionaryVersion</key>
  33.     <string>6.0</string>
  34.     <key>CFBundlePackageType</key>
  35.     <string>APPL</string>
  36.     <key>CFBundleSignature</key>
  37.     <string>iSal</string>
  38.     <key>CFBundleVersion</key>
  39.     <string>1.1</string>
  40.     <key>EQBuildVersion</key>
  41.     <string>11030</string>
  42.     <key>NSMainNibFile</key>
  43.     <string>MainMenu</string>
  44.     <key>NSPrincipalClass</key>
  45.     <string>NSApplication</string>
  46. </dict>
  47. </plist>
  48.